#header {
	display: none !important;
	}
#menu {
	display: none !important;
	}
	
#content {
	float: left;
	width: 100%;
	overflow: visible;
	display: inline;
	}
	
#footer {
	display: none !important;
	}
	
.skip {
	display: none !important;
	}


.hide-print {
	display: none !important;
	}

.hide-screen {
	}
	
body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size: 0.8em;
}

a {
  color : #0000ff;
  text-decoration: none;
}

#content a {
  color : #333333;
  text-decoration: none;
  }

.pagebreak { page-break-before: always; }
